KeyValuePairComparer<K,V>
System.Collections.Generic.IComparer<KeyValuePair<K,V>>
object
KeyValuePairComparer<K,V>(System.Collections.Generic.IComparer<K> comparer)
Compare(KeyValuePair<K,V> entry1, KeyValuePair<K,V> entry2)
,Equals(object obj)
, Inherited from object
,Finalize()
, Inherited from object
,GetHashCode()
, Inherited from object
,GetType()
, Inherited from object
,MemberwiseClone()
, Inherited from object
,ToString()
, Inherited from object
KeyValuePairComparer<K,V>(System.Collections.Generic.IComparer<K> comparer) |
Create an entry comparer for a item comparer of the keys
|
F int Compare(KeyValuePair<K,V> entry1, KeyValuePair<K,V> entry2) |
Compare two entries
|